.downloadBanner {
    height: 245px;
    width: 100%;
    background: url(../img/download/load-bannwe.png) no-repeat center;
    background-size: 100%;
}

.downloadBanner h2 {
    font-size: 36px;
    line-height: 30px;
    font-weight: Bold;
    text-align: center;
    color: #fff;
    padding-top: 66px;
    font-weight: 400;
}

.downloadBanner p {
    font-size: 14px;
    color: #ffffff;
    line-height: 30px;
    text-align: center;
    margin-top: 16px;
}

.down-us-breadcrumb {
    font-size: 12px;
    margin: 30px 0px 0px 58px;
    color: #999999;
    /* font-family: MicrosoftYaHei; */
}

.dataSource input {
    margin-left: 200px;
    margin-bottom: 15px;
    outline: none;
}
input::-webkit-input-placeholder{
    color: #999;
    font-size: 12px;
}
.tableau_desktop .dataSource h3 {
    margin-bottom: 0px;
}
.dataSource li.current {
    background-color: #F0AE1E;
    color: #fff !important;
}

.tableau_desktop {
    display: flex;
    /* height: 300px; */
    margin-top: 70px;
    margin-bottom: 30px;
}

.tableau_desktop h3 {
    width: 380px;
    margin-bottom: 40px;
    /* font-size: 30px; */
    font-size: 24px;
    color: #F0AE1E;
}

.tableau_desktop .loadlist h3 {
    width: 672px;
}

.tableau_desktop .dataSource {
    width: 50%;
    /* background: url(../img/download/zhixian.png) no-repeat 100% 100%; */
    /* background-position: right top; */
    display: flex;
    flex-direction: column;
    align-items: center;
    /* background-size: 1px 100%; */
    border-right: 1px solid #c9c9c9;
}

.tableau_desktop .dataSource ul {
    height: 612px;
    overflow: auto;
    /* padding-right: 10px; */
}

/* .tableau_desktop .dataSource ul li:hover{
    color: #E18520;
} */
.tableau_desktop .dataSource ul li {
    width: 380px;
    height: 48px;
    margin-bottom: 8px;
    line-height: 48px;
    /* font-size: 20px; */
    font-size: 14px;
    color: #333333;
    text-indent: 1em;
    box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.1);
    cursor: pointer;
}

.tableau_desktop .loadlist {
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    align-content: center;
    position: relative;
}

.tableau_desktop .loadlist .load-item {
    /* width: 504px;
      height: 100%; */
    overflow: hidden;
    display: flex;
}

.tableau_desktop .loadlist .load {
    width: 662px;
    /* position: absolute;
    top: 80px; */
    display: none;
}

.tableau_desktop .loadlist .load p {
    /* font-size: 25px; */
    font-size: 14px;
    font-weight: 600;
    line-height: 30px;
    color: #333333;
    margin-bottom: 10px;
}

.tableau_desktop .loadlist .load ul {
    margin-bottom: 35px;
}

.tableau_desktop .loadlist .load li {
    /* font-size: 18px; */
    font-size: 14px;
    line-height: 30px;
    color: #F0AE1E;
    list-style: disc;
    text-indent: 0px;
    margin-left: 25px;
    margin-bottom: 6px;
}
.tableau_desktop .loadlist .load li a {
    color: #F0AE1E;
}

/* .tableau_desktop .loadlist .load li:hover{
  color: #e18520;
} */
.tableau_desktop .loadlist .load span {
    margin-top: 10px;
    margin-bottom: 8px;
    display: inline-block;
    /* font-size: 16px; */
    font-size: 14px;
}

.tableau_desktop .loadlist .load li.Tertiary {
    font-size: 16px;
    margin-left: 50px;
}

.tableau_desktop .loadlist .load.action {
    /*height: 600px;*/
    /*overflow: auto;*/
    display: block;
}

/* ::-webkit-scrollbar-track-piece { 
    background-color:#f8f8f8;
    }
    ::-webkit-scrollbar {
    width:9px;
    height:9px;
    }
    ::-webkit-scrollbar-thumb {
    background-color:#dddddd;
    background-clip:padding-box;
    min-height:28px;
    }
    ::-webkit-scrollbar-thumb:hover {
    background-color:#bbb;
    } */

.dataSource ul::-webkit-scrollbar {
    /*滚动条整体样式*/
    width: 8px; /*高宽分别对应横竖滚动条的尺寸*/
    height: 1px;
}

.dataSource ul::-webkit-scrollbar-thumb {
    /*滚动条里面小方块*/
    border-radius: 10px;
    background-color: #999999;
    background-image: -webkit-linear-gradient(
            45deg,
            rgba(255, 255, 255, 0.2) 25%,
            transparent 25%,
            transparent 50%,
            rgba(255, 255, 255, 0.2) 50%,
            rgba(255, 255, 255, 0.2) 75%,
            transparent 75%,
            transparent
    );
}

.dataSource ul::-webkit-scrollbar-track {
    /*滚动条里面轨道*/
    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    background: #ededed;
    border-radius: 10px;
}

.explain {
    /* font-size: 18px !important; */
    color: #000;
}

.sap-haha {
    margin-bottom: 20px !important;
    line-height: 30px;
}

/* 小黑点样式 */
.dian{
    /* font-size: 13px !important; */
    font-size: 12px !important;
    margin-left: 7px;
    margin-right: 4px;
    /* font-family: auto; */
}



/*.tableau_desktop .loadlist .load.action::-webkit-scrollbar {*/
/*  !*滚动条整体样式*!*/
/*  width: 10px; !*高宽分别对应横竖滚动条的尺寸*!*/
/*  height: 1px;*/
/*}*/
/*.tableau_desktop .loadlist .load.action::-webkit-scrollbar-thumb {*/
/*  !*滚动条里面小方块*!*/
/*  border-radius: 10px;*/
/*  background-color: #e18520;*/
/*  background-image: -webkit-linear-gradient(*/
/*    45deg,*/
/*    rgba(255, 255, 255, 0.2) 25%,*/
/*    transparent 25%,*/
/*    transparent 50%,*/
/*    rgba(255, 255, 255, 0.2) 50%,*/
/*    rgba(255, 255, 255, 0.2) 75%,*/
/*    transparent 75%,*/
/*    transparent*/
/*  );*/
/*}*/
/*.tableau_desktop .loadlist .load.action::-webkit-scrollbar-track {*/
/*  !*滚动条里面轨道*!*/
/*  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);*/
/*  background: #ededed;*/
/*  border-radius: 10px;*/
/*}*/
